From: Camm Maguire Date: Sat, 16 May 2026 17:37:35 +0000 (+0000) Subject: [PATCH] X-Git-Tag: archive/raspbian/2.7.1-26+rpi1^2~6 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=457840b04b9f6bf34467d5757fb871999c1daa7f;p=gcl27.git [PATCH] TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. Bug-Debian: https://bugs.debian.org/1135720 Gbp-Pq: Name Version_2_7_2pre23 --- diff --git a/cmpnew/gcl_cmpeval.lsp b/cmpnew/gcl_cmpeval.lsp index e23621c4..e248a504 100644 --- a/cmpnew/gcl_cmpeval.lsp +++ b/cmpnew/gcl_cmpeval.lsp @@ -87,10 +87,11 @@ (let ((val (symbol-value form))) (or (c1constant-value val nil) - (when (functionp val) - (c1function (list (fle val)))) - `(location ,(make-info :type (object-type val)) (VV ,(add-constant form)))))) - ; ((c1var form)))) + `(location + ,(make-info + :type (if (functionp val) #tfunction (object-type val)));FIXME + (VV ,(add-constant form)))))) +; ((c1var form)))) ((c1expr-avct (c1var form))))) ;FIXME pcl ((consp form) (let ((fun (car form))) diff --git a/git.tag b/git.tag index 243ec70b..a56169f8 100644 --- a/git.tag +++ b/git.tag @@ -1 +1 @@ -"Version_2_7_2pre22" +"Version_2_7_2pre23"